From 30a062321afb63a2a3dfc1a67a7c1e5cbd70e369 Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Fri, 12 Mar 2010 19:20:01 +0000 Subject: [PATCH] Remove internalhttpsession from ApiUpload; remnant from reverted feature. --- includes/api/ApiUpload.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index e49cc9640d..7f0d857c1c 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -260,10 +260,6 @@ class ApiUpload extends ApiBase { 'url' => null, 'sessionkey' => null, ); - - if ( $this->getMain()->isInternalMode() ) { - $params['internalhttpsession'] = null; - } return $params; } -- 2.20.1